@font-face {
    font-family: hedrfont;
    src: url(../fonts/hanimation-regular.ttf);
}
body{
    font-family: hedrfont !important;
}
.hedr-font{
    font-family: hedrfont;
    font-size: 20px !important;
}
.font-16{
    font-size: 16px !important;
    font-weight: bold;
}
.font-14{
    font-family: hedrfont !important;
    font-size: 14px !important;
    font-weight: bold;
}
.font-12{
    font-family: hedrfont !important;
    font-size: 12px !important;
    font-weight: bold;
}
.myrequired-start{
    color : #e24343;
    font-weight: bold;
}
.dataform{
    color : #1608df;
    font-size: 18 !important;
    font-weight: bold;
}
.mycounts{
    font-size: 12px;
    color: red;
    font-family: hedrfont;
    font-weight: bold;
}
.contract-title{
    margin-bottom: 25px;
    text-align: center;
    font-family: hedrfont !important;
    font-weight: bold;
}
/* #print{
    border: 10px solid black;
    border-radius: 15px;
    text-align: center;
} */

.mycard-rep{
    border: 1px solid #1608df !important;
    border-radius: 15px !important;
}
/* .bord-red{
    border: 1px solid #dd0426 !important;
} */
.primary-bg{
    background: var(--primary-bg-color) !important;
}
.green1{ /* >=90 */
    background-color: #007f5f !important;
}
.green2{ /* 89 - 50 */
    background-color: #2b9348;
}

.red1{ /* 49-40 */
    background-color: #f02d3a;
}
.red2{ /* 39-0 */
    background-color: #dd0426;
}

.yellow{
    background-color: #ffd449;
}

.elmtborder{
    border-bottom: 0.5px solid #6c5ffc !important;
}
.profile{
    width: 170px;
    /* min-height: 120px; */
    max-height: 250px;
    /* float: left;
    margin: 3px;
    padding: 3px; */

    /* max-width: 120px;
    max-height: 120px; */
    border: 5px solid #996707;
    border-radius: 10px;
    /* margin-top: 55px;
    margin-left: -9px; */
}
.profimg{
    max-width: 100% !important;
    height: 100% !important;
}

.btnnoborder{
    border: 0px solid white;
}

.img-page-25{
    width: 25%;
}

.comment-writer{
    padding: 10px 15px;
    background-color: #210E1D;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #FFF;
    font-weight: bold;
}

.avatar{

    max-height: 250px;
    border: 3px solid #996707;
    border-radius: 10px;
}
.img-report{
    height: 30% !important;
    width: 30% !important;
    display: flex;
}
